enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Masses d'eau – transition

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geometry
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geometry
Type
geo_shape
Exemple
                       
name
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
name
Type
texte
Exemple
                       
description
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
description
Type
texte
Exemple
                       
cd_eu_mdo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cd_eu_mdo
Type
texte
Exemple
                       
lib_mdo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lib_mdo
Type
texte
Exemple
                       
cd_ssbv
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cd_ssbv
Type
texte
Exemple
                       
lib_ssbv
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lib_ssbv
Type
texte
Exemple
                       
cd_eu_sub
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cd_eu_sub
Type
texte
Exemple
                       
nature_mdo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nature_mdo
Type
texte
Exemple
                       
type_mnemo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_mnemo
Type
texte
Exemple
                       
lib_type_m
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lib_type_m
Type
texte
Exemple
                       
date_crea
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_crea
Type
texte
Exemple
                       
type
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type
Type
texte
Exemple
                       
etat_eco
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etat_eco
Type
texte
Exemple
                       
conf_et_ec
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
conf_et_ec
Type
texte
Exemple
                       
etat_chim
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
etat_chim
Type
texte
Exemple
                       
conf_et_ch
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
conf_et_ch
Type
texte
Exemple
                       
et_ch_ssub
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
et_ch_ssub
Type
texte
Exemple
                       
categorie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
                       
obj_etat
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
obj_etat
Type
texte
Exemple
                       
statut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
                       
ech_et_eco
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ech_et_eco
Type
texte
Exemple
                       
p_et_eco
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
p_et_eco
Type
texte
Exemple
                       
mot_et_eco
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mot_et_eco
Type
texte
Exemple
                       
e_et_ch_su
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
e_et_ch_su
Type
texte
Exemple
                       
e_et_ch_au
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
e_et_ch_au
Type
texte
Exemple
                       
p_et_chim
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
p_et_chim
Type
texte
Exemple
                       
mot_et_ch
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mot_et_ch
Type
texte
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"cartogeo-masses-deau-transition",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/cartogeo-masses-deau-transition"
      }
    ]
    ,
  • "definitions":
    {
    • "cartogeo-masses-deau-transition":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/cartogeo-masses-deau-transition_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "cartogeo-masses-deau-transition_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geometry":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geometry",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"name",
                • "description":""
                }
                ,
              • "description":
                {
                • "type":"string",
                • "title":"description",
                • "description":""
                }
                ,
              • "cd_eu_mdo":
                {
                • "type":"string",
                • "title":"cd_eu_mdo",
                • "description":""
                }
                ,
              • "lib_mdo":
                {
                • "type":"string",
                • "title":"lib_mdo",
                • "description":""
                }
                ,
              • "cd_ssbv":
                {
                • "type":"string",
                • "title":"cd_ssbv",
                • "description":""
                }
                ,
              • "lib_ssbv":
                {
                • "type":"string",
                • "title":"lib_ssbv",
                • "description":""
                }
                ,
              • "cd_eu_sub":
                {
                • "type":"string",
                • "title":"cd_eu_sub",
                • "description":""
                }
                ,
              • "nature_mdo":
                {
                • "type":"string",
                • "title":"nature_mdo",
                • "description":""
                }
                ,
              • "type_mnemo":
                {
                • "type":"string",
                • "title":"type_mnemo",
                • "description":""
                }
                ,
              • "lib_type_m":
                {
                • "type":"string",
                • "title":"lib_type_m",
                • "description":""
                }
                ,
              • "date_crea":
                {
                • "type":"string",
                • "title":"date_crea",
                • "description":""
                }
                ,
              • "type":
                {
                • "type":"string",
                • "title":"type",
                • "description":""
                }
                ,
              • "etat_eco":
                {
                • "type":"string",
                • "title":"etat_eco",
                • "description":""
                }
                ,
              • "conf_et_ec":
                {
                • "type":"string",
                • "title":"conf_et_ec",
                • "description":""
                }
                ,
              • "etat_chim":
                {
                • "type":"string",
                • "title":"etat_chim",
                • "description":""
                }
                ,
              • "conf_et_ch":
                {
                • "type":"string",
                • "title":"conf_et_ch",
                • "description":""
                }
                ,
              • "et_ch_ssub":
                {
                • "type":"string",
                • "title":"et_ch_ssub",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"categorie",
                • "description":""
                }
                ,
              • "obj_etat":
                {
                • "type":"string",
                • "title":"obj_etat",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"statut",
                • "description":""
                }
                ,
              • "ech_et_eco":
                {
                • "type":"string",
                • "title":"ech_et_eco",
                • "description":""
                }
                ,
              • "p_et_eco":
                {
                • "type":"string",
                • "title":"p_et_eco",
                • "description":""
                }
                ,
              • "mot_et_eco":
                {
                • "type":"string",
                • "title":"mot_et_eco",
                • "description":""
                }
                ,
              • "e_et_ch_su":
                {
                • "type":"string",
                • "title":"e_et_ch_su",
                • "description":""
                }
                ,
              • "e_et_ch_au":
                {
                • "type":"string",
                • "title":"e_et_ch_au",
                • "description":""
                }
                ,
              • "p_et_chim":
                {
                • "type":"string",
                • "title":"p_et_chim",
                • "description":""
                }
                ,
              • "mot_et_ch":
                {
                • "type":"string",
                • "title":"mot_et_ch",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires